home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / flilib.zip / FLISRC.ZIP / MAKEPTR.C < prev    next >
Text File  |  1989-11-10  |  117b  |  9 lines

  1.  
  2. /* just fool compiler into treating offset/seg as a pointer */
  3.  
  4. void *i86_make_ptr(void *p)
  5. {
  6. return(p);
  7. }
  8.  
  9.